Contribution org.nuxeo.document.routing.web.themes--resources
In component org.nuxeo.document.routing.web.themes
org.nuxeo.document.routing.web.themes
inside nuxeo-routing-web-9.10.jar /OSGI-INF/document-routing-nxthemes-contrib.xml
This contribution is part of XML component Extension Point
Extension point resources of component WebResources.Contributed Items
XML Source
<extension point="resources" target="org.nuxeo.ecm.platform.WebResources">
<resource name="jquery.jsPlumb-1.5.1-min.js">
<path>scripts/jquery.jsPlumb-1.5.1-min.js</path>
</resource>
<resource name="documentRoutingGraph.js">
<path>scripts/documentRoutingGraph.js</path>
<require>jquery.jsPlumb-1.5.1-min.js</require>
<require>automation.js</require>
</resource>
<resource name="documentRoutingGraph.css">
<path>css/documentRoutingGraph.css</path>
</resource>
</extension>